home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / masktext.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.5 KB  |  81 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'MaskText.pas' rev: 3.00
  6.  
  7. #ifndef MaskTextHPP
  8. #define MaskTextHPP
  9. #include <Mask.hpp>
  10. #include <DsgnIntf.hpp>
  11. #include <Buttons.hpp>
  12. #include <StdCtrls.hpp>
  13. #include <Controls.hpp>
  14. #include <Forms.hpp>
  15. #include <Graphics.hpp>
  16. #include <Classes.hpp>
  17. #include <Windows.hpp>
  18. #include <SysInit.hpp>
  19. #include <System.hpp>
  20.  
  21. //-- user supplied -----------------------------------------------------------
  22.  
  23. namespace Masktext
  24. {
  25. //-- type declarations -------------------------------------------------------
  26. class DELPHICLASS TMaskTextProperty;
  27. class PASCALIMPLEMENTATION TMaskTextProperty : public Dsgnintf::TStringProperty 
  28. {
  29.     typedef Dsgnintf::TStringProperty inherited;
  30.     
  31. public:
  32.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  33.     virtual void __fastcall Edit(void);
  34. public:
  35.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TMaskTextProperty(void) { }
  36.     
  37. public:
  38.     /* TObject.Create */ __fastcall TMaskTextProperty(void) : Dsgnintf::TStringProperty() { }
  39.     
  40. };
  41.  
  42. class DELPHICLASS TMaskTextForm;
  43. class PASCALIMPLEMENTATION TMaskTextForm : public Forms::TForm 
  44. {
  45.     typedef Forms::TForm inherited;
  46.     
  47. __published:
  48.     Stdctrls::TLabel* Label3;
  49.     Mask::TMaskEdit* TestEdit;
  50.     Stdctrls::TLabel* Label1;
  51.     Stdctrls::TLabel* EditMask;
  52.     Stdctrls::TButton* OKButton;
  53.     Stdctrls::TButton* CancelButton;
  54.     Stdctrls::TButton* HelpButton;
  55.     void __fastcall FormCreate(System::TObject* Sender);
  56.     void __fastcall HelpButtonClick(System::TObject* Sender);
  57. public:
  58.     /* TCustomForm.Create */ __fastcall virtual TMaskTextForm(Classes::TComponent* AOwner) : Forms::TForm(
  59.         AOwner) { }
  60.     /* TCustomForm.CreateNew */ __fastcall TMaskTextForm(Classes::TComponent* AOwner, int Dummy) : Forms::
  61.         TForm(AOwner, Dummy) { }
  62.     /* TCustomForm.Destroy */ __fastcall virtual ~TMaskTextForm(void) { }
  63.     
  64. public:
  65.     /* TWinControl.CreateParented */ __fastcall TMaskTextForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  66.         ) { }
  67.     
  68. };
  69.  
  70. //-- var, const, procedure ---------------------------------------------------
  71. extern PACKAGE TMaskTextForm* MaskTextForm;
  72. extern PACKAGE bool __fastcall EditMaskText(const System::AnsiString Mask, System::AnsiString &MaskText
  73.     );
  74.  
  75. }    /* namespace Masktext */
  76. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  77. using namespace Masktext;
  78. #endif
  79. //-- end unit ----------------------------------------------------------------
  80. #endif    // MaskText
  81.